| От | Herouth Maoz |
|---|---|
| Тема | Re: [GENERAL] equivalent of sqlload? |
| Дата | |
| Msg-id | l03110703b281d221e93e@[147.233.159.109] обсуждение |
| Ответ на | equivalent of sqlload? (John Holland <jholland@isr.umd.edu>) |
| Ответы |
Re: [GENERAL] equivalent of sqlload?
|
| Список | pgsql-general |
At 16:45 +0200 on 25/11/98, John Holland wrote: > Oracle has a facility for loading in massive data files, sqlload I think > is the name. I'd like to load some big data into PostgreSQL 6.4 for > testing purposes. Is there a way built in or would a perl or c hack be the > way to go? Use the COPY command. It is preferable not to define indices (or to drop the indices) on the table, then do the massive load with COPY, and then define the indices. Herouth -- Herouth Maoz, Internet developer. Open University of Israel - Telem project http://telem.openu.ac.il/~herutma
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера